cache store造句
例句与造句
- The page output cache stores the contents of a processed asp . net page in memory
页输出缓存在内存中存储处理后的asp . net页的内容。 - Property is set to the number of seconds that the cache stores data before the cache is invalidated
属性设置为缓存失效前在缓存中存储数据的秒数, - This is necessary because caches store a single object per key , not an array
这个类之所以需要是因为缓存时每个键对应一个单独的对象而不是一个数组。 - The global assembly cache stores assemblies that can be used by several applications on a computer
全局程序集缓存存储可由计算机上若干应用程序使用的程序集。 - The global assembly cache stores assemblies specifically designated to be shared by several applications on the computer
全局程序集缓存中存储了专门指定给由计算机中若干应用程序共享的程序集。 - It's difficult to find cache store in a sentence. 用cache store造句挺难的
- Causes gacutil . exe to remove the assembly from the native image cache . this cache stores the native images for assemblies that have been created using the
将使gacutil . exe从本机映像缓存中移除该程序集。 - Property is set to a value greater than 0 , which indicates the number of seconds that the cache stores data before the cache entry is discarded
属性设置为一个大于0的值(表示在丢弃缓存项前缓存存储数据的秒数)时, - A simple , efficient in - memory cache stores the key and rank values that matched the search criteria and any data that has already been retrieved
有一个简单、有效的内存缓存用来存储匹配搜索条件的键值和等级值,以及检索到的所有数据。 - Therefore , implementing a cache store that does nothing is a valid implementation , because the client of the cache is always able and always needs to expect to re - fetch the data from the backend system
因此,实现不执行任何操作的缓存存储是一个有效的实现,因为缓存的客户机通常能够(并且通常必须需要)从后端系统重新提取数据。 - Following contributions are presented in this dissertation . 1 . cache adaptive write allocate policy that improves the bandwidth of microprocessor significantly is proposed by investigating cache store misses
本文主要的创新点及贡献包括: 1 .通过对cache写失效行为的分析,提出一种新的提高处理器带宽利用率的cache写失效处理策略? ? cache自适应写分配策略。 - Comparing with other cache store miss policies , cache adaptive write allocate policy avoids unnecessary memory traffic , reduces cache pollution and decreases memory queue full rate without increasing hardware overhead
与传统的cache写失效处理策略相比, cache自适应写分配策略硬件代价小,避免了不必要的数据传输,降低cache污染,减少存储管理队列阻塞的频率。 - There are two parts to the cache : the global assembly cache contains assemblies that are explicitly installed to be shared among many applications on the computer ; the download cache stores code downloaded from internet or intranet sites , isolated to the application that caused the download so that code downloaded on behalf of one application or page does not impact other applications
缓存分为两部分:全局程序集缓存包含显式安装的、要在计算机上的许多应用程序之间共享的程序集;下载缓存存储从internet或intranet站点下载的代码,与触发下载的应用程序隔离,以使代表一个应用程序或页下载的代码不影响其他应用程序。